home *** CD-ROM | disk | FTP | other *** search
- // Copyright (C) 1995 Robert Todd Thomas
- // Use is governed by the MiscKit license
-
- #import "MiscViews.subproj/MiscDragView.h"
- #import "MiscViewsPalette.h"
-
-
- @implementation MiscViewsPalette
-
- - finishInstantiate
- {
- // Change the border type of a couple of the MiscIconWells on the palette
- // to create a little variety.
- [super finishInstantiate];
- [well2 setBorderType: NX_GROOVE];
-
- return self;
- }
-
- @end
-
-